home *** CD-ROM | disk | FTP | other *** search
- global oldText
-
- on mouseUp
- puppetSound(2, "click")
- member("blurb").text = "Click on the colored circles above to view images from 7 traditional categories."
- oldText = member("blurb").text
- set the foreColor of member "galleries tab text" to 215
- go("cat")
- end
-
- on mouseEnter
- puppetSound(3, "over")
- set the foreColor of member "categories tab text" to 0
- end
-
- on mouseLeave
- set the foreColor of member "categories tab text" to 215
- end
-